home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
cpu
/
ppc
/
compile.c
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
228b
|
10 lines
#include "fpse.h"
void CompileFlush(UINT32 start, UINT32 end){}
UINT32 jmppc(UINT32 pc){ return 0; }
int compile1(UINT32 pc){ return 0; }
void compile_init(void){ printf("Warning: The PPC dynarec is not finished yet!\n"); }